This repository has been archived by the owner on May 6, 2020. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release 3.0.3
Changes
Now is possible the run containers with identical ID prefixes.
Updated Clear Containers image to use agent structured login.
Added configuration option to enable Huge Pages and disable nesting customization.
Added coredump format on panics to allow crash-handling programs like
apport to log the details.
Shortlog
2c9d636 Workaround: dep does not pull in correct dependencies
4b906d5 go vet: Fix errors detected by go 1.9
8bc61b3 Revendor: testify needs to be updated to pass go vet
89a00f0 oci: Support containers with identical ID prefixes
ca44e22 Makefile: Fix copy paste error in hypervisor debug
cdcf851 versions: update image to 18220
98f9def CI: remove tests from run.sh script
8aabf7c main: coredump on internal error
c4e8bf5 vendor: Update virtcontainers vendoring
80557b3 scripts: Fix shim log checking for data collection script
bc32914 Configuration: Huge pages support
bffd682 Configuration: Provide an option to disable nesting customizations
bfc2752 scripts: Add shim logs to data collection script
70bcd91 scripts: Refactor system journal code in data collection script
c6efaf6 scripts: Added more problem regexes to data collection script
dad00e7 scripts: Sort problem regex in data collection script
7f2a114 tests: switch to test copyParentCPUSet under tmpDir
2fda4af vendor: Update virtcontainers, ciao and logrus vendorings
99455b6 logger: Display timezone as offset
8f13479 scripts: Add proxy problems to cc-collect-data output
222bae7 makefile: Fix scirpts installation
Compatibility with Docker
Clear Containers 3.0.3 is compatible with Docker v17.06-ce
OCI Runtime Specification
Clear Containers 3.0.3 support the OCI Runtime Specification v1.0.0-rc5
Clear Linux Containers image
Clear Containers 3.0.3 requires at least Clear Linux containers image 18220
Clear Linux Containers Kernel
Clear Containers 3.0.3 requires at least Clear Linux Containers kernel v4.9.47-77.container
Installation
Issues & limitations
Networking
Adding networks dynamically
Resource management
docker run --cpus=
See issue #341 for more information.
docker run --kernel-memory=
See issue #388 for more information.
shm
cgroup constraints
Capabilities
See issue #51 for more information.
sysctl
tmpfs
Other
checkpoint and restore
docker stats
See issue #200 for more information.
runtime commands
ps
commandSee issue #95 for more information.
events
commandSee issue #379 for more information.
update
commandSee issue #380 for more information.
Networking
Support for joining an existing VM network
docker --net=host
docker run --link
Host resource sharing
docker --device
docker -v /dev/...
docker run --privileged
Other
Annotations
runtime commands
init
commandspec
commandMore information Limitations